home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / flexcat / lib / c++_h.sd < prev    next >
Text File  |  1999-06-14  |  739b  |  26 lines

  1. ##stringtype C
  2. ##shortstrings
  3. //****************************************************************
  4. //  This file was created automatically by `%fv'
  5. //  from "%f0".
  6. //
  7. //  Do NOT edit by hand!
  8. //****************************************************************
  9.  
  10. // You can include as many files like this as you want, if they have
  11. // diferent string ID names; allowing you this way to have diferent catalogs
  12. // in your program.
  13.  
  14. #ifndef %b_CAT_H    //  assure that this is read only once
  15. #define %b_CAT_H
  16.  
  17. // This include the definition of the CatalogF class with CatMessage class
  18. #include <CatalogF.h>
  19.  
  20. //         'catalogFileName' 'builtInLanguage' & 'versionNumber'
  21. #define %b_ARGS "%b.catalog", %l, %v
  22.  
  23. extern const CatMessage %i;
  24.  
  25. #endif
  26.